Additional Topics > Medical Imaging in IDL > IDL DICOM Reference > IDLffDicomExCfg::RemoveApplicationEntity

IDLffDicomExCfg::RemoveApplicationEntity

The IDLffDicomExCfg::RemoveApplicationEntity procedure method marks a specified Application Entity for removal from the collection of application entities.

Note: The Application Entity is not actually removed from the collection until the IDLffDicomExCfg::Commit method is called.

Syntax

Obj->[IDLffDicomExCfg::]RemoveApplicationEntity, ApplicationEntityName

Arguments

ApplicationEntityName

A string containing the name of the Application Entity to be removed.

Keywords

None

Version History

6.3

Introduced